Batch 3 - Class 255 - Pigeonhole Principle II

(zoom)
Pre-Class Exercise

Attendance    Advay, Vansh, Raghav, Angad, Ayush, Aneesh, Shikhar, Rehaan, SiddharthT, Arjun, Harshiet, Vivaan, Aarkin, SiddhantJ, Rhea, Anshi, Kushagra, Kabir, Mihir, Aashvi

Class Notes: (Repeat from Class 46-47)

Review of Computational Thinking - Key elements 
Abstraction: There is a graph, with nodes and edges. Abstraction involves focusing on what is important and ignoring the rest - for example, we have not shown how much each tourist attraction cost for entry.
Generalization: Both problems are similar problems - ask students in what respect. Both problems involved going from one point to all other points and coming back to the original problem.
Algorithm: The method to solve the problem. How did you go about traversing the graph? For this kind of the problem, depth first is an intuitive route - you go down a path as far as you can and you backtrack if its the wrong path and try another one. 
Pattern Matching: It seems that we can solve any "route finding" problem by drawing a graph for that - this is pattern matching.

Patterns we have looked at so far
Today we will look at another pattern - pigeon hole principle


Review of Pigeonhole Principle
Explain basic Pigeonhole principle: If we put N+1 or more pigeons into N pigeon holes, then some pigeon hole must contain two or more pigeons.

Bag with beads of two colors and three draws; People seated around a dinner table with wrong dishes; Twelve numbers and choosing two whose difference is divisible by 11.




Generalized pigeon hole: If there are Nk+1 pigeons and N pigeon holes, then at least one pigeon hole must contain at least k+1 items.

Homework

References:  
Mathematical Circles (Russian Experience), by Dmitri Fomin, Sergey Genkin, Ilia Itenberg
Haverford College Problem Solving group - http://blogs.haverford.edu/mathproblemsolving/files/2010/05/4.2-Pigeonhole-Solutions.pdf?file=2010/05/4.2-Pigeonhole-Solutions.pdf
The Colossal Book of Short Puzzles and Problems, by Martin Gardner